StudentServicesRoom 
EntityType  Independent 
Logical Entity Name  StudentServicesRoom 
Default Table Name  SsRoom 
Logical Only  NO 
Owner  dbo 
Definition 
 
Note 
 

StudentServicesRoom Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
RoomNumber    CHAR(8)  NO 
 
Name    VARCHAR(120)  NO 
 
IsActive    BIT  NO 
 
StudentServicesLocationId(FK)    INTEGER  NO 
 
RoomTypeId(FK)    INTEGER  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
Ts    TIMESTAMP/DATE  NO 
 

StudentServicesRoom Keys 
Key Name  Key Type  Keys 
SsRoom_SsRoomID_U_C_IDX  PrimaryKey  Id 
SsRoom_RoomNumber_SsLocationID_U_N_IDX  Alternate Key  RoomNumber, StudentServicesLocationId 
SsRoom_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
SsRoom_SsRoomTypeID_N_N_IDX  Inversion Entry  RoomTypeId 
SsRoom_SsLocationID_N_N_IDX  Inversion Entry  StudentServicesLocationId 

StudentServicesRoom Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
StudentServicesLocation  Non-Identifying  One To Zero or More        StudentServicesLocationId  NO 
StudentServicesRoomType  Non-Identifying  One To Zero or More        RoomTypeId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
HousingInfoStudent  Non-Identifying  One To Zero or More          NO 

StudentServicesRoom Check Constraints 
Check Constraint Name  CheckConstraint 

StudentServicesRoom Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
dbo.StudentServicesRoom 
NO       
Physical (Microsoft SQL Server)
dbo.SsRoom 
NO       

StudentServicesRoom Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Physical (Microsoft SQL Server)  Main Model 

StudentServicesRoom Data Movement Rules 
Name  Type  Rule Text/Value